home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DIAGXPRT.PAK / MAKEFILE < prev    next >
Text File  |  1997-05-06  |  1KB  |  23 lines

  1. #----------------------------------------------------------------------------
  2. # ObjectWindows
  3. # Copyright (c) 1993, 1995 by Borland International, All Rights Reserved
  4. #
  5. # This example reads and writes to OWL.INI to let you enable/disable OWL
  6. # diagnostics.  The diagnostic settings for an application are read from
  7. # OWL.INI when the application loads.  In order to allow OWL applications
  8. # that use the OWL DLL to re-start with new diagnostic settings, this
  9. # utility should not be built using the DLL version of OWL. Doing so would
  10. # prevent the DLL from being reloaded when the applications re-start
  11. # and would result in the new diagnostic settings to be ignored.
  12. #
  13. #----------------------------------------------------------------------------
  14.  
  15. SYSTEMS=WIN16                 # Toolhelp only available in 16-bit currently
  16. MODELS=l                      # Allowable memory models
  17. SYSTEM=WIN16
  18. MODEL=l
  19. EXERES=diagxprt
  20. OBJEXE=diagxprt.obj cback.obj setup.obj toolhelp.obj
  21.  
  22. !include $(BCEXAMPLEDIR)\owlmake.gen
  23.